import type { ComponentProps } from 'react'; import { Radio } from '../Radio'; type RadioGroupRadioProps = Omit, 'onChange' | 'checked' | 'required' | 'name'>; export declare function RadioGroupRadio({ onFocus, onBlur, disabled, error, value, label, helper, className, autoFocus, onKeyDown, tooltip, 'data-testid': dataTestId, style, }: RadioGroupRadioProps): import("react").JSX.Element; export declare namespace RadioGroupRadio { var displayName: string; } export {}; //# sourceMappingURL=SingleRadio.d.ts.map